Xbasic

OBJECT.IndexSetDialog Function

Syntax

.Indexsetdialog()

Description

The .IndexSetDialog() method displays the Primary Index or Query dialog box.

Discussion

The <OBJECT>.IndexSetDialog() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

Example

dim frm as P
frm = form.view("Customer Information")
frm.indexsetdialog()

Limitations

Desktop applications only.

See Also